home *** CD-ROM | disk | FTP | other *** search
Text File | 1990-08-04 | 768 b | 14 lines | [TEXT/CCL ] |
-
- ; This file translates everything necessary to build a "Generalized Lisp" image.
- ; This may be loaded into a fresh Common Lisp image. Note that Mlisp is not ordinarily
- ; included in Generalized Lisp; it must be loaded explicitly.
-
- (let ((*default-pathname-defaults* (pathname "ccl;glisp 1.2:")))
- (parse ";source files:Constants.glisp" :output ";object files:Constants.lisp")
- (parse ";source files:Interpreter.glisp" :output ";object files:Interpreter.lisp")
- (parse ";source files:Scanner.glisp" :output ";object files:Scanner.lisp")
- (parse ";source files:Glisp.glisp" :output ";object files:Glisp.lisp")
- (parse ";source files:Plisp.glisp" :output ";object files:Plisp.lisp")
-
- ; (parse ";Mlisp dialect:Mlisp.glisp" :output ";Mlisp dialect:Mlisp.lisp")
- )